---
title: "Retorna uma tarefa por id"
method: GET
path: "/v1/comercial/leads/tarefas/[idTarefa]"
tags: ["Tarefas"]
---

# Retorna uma tarefa por id

`GET /v1/comercial/leads/tarefas/[idTarefa]`

> 🔒 **Autenticação necessária**
>
> Esta API utiliza autenticação via **e-mail e token** nos headers da requisição.
> Consulte o tutorial completo antes de fazer sua primeira chamada:
> [Como autenticar nas APIs do CV CRM (v1 — E-mail e Token)](https://desenvolvedor.cvcrm.com.br/docs/como-autenticar-apis-cvcrm-email-token)

## Headers

- `email` string, required
- `token` string, required

## Response `200`

Tarefas

- RetornarTarefa
  - `codigo` integer
  - `tarefas` Tarefa[]
    - `idtarefa` integer
    - `responsavel` string
    - `tipo_responsavel` string
    - `idusuario` integer
    - `idcorretor` integer
    - `idimobiliaria` integer
    - `idusuario_imobiliaria` integer
    - `imobiliaria` string
    - `tipo` string
    - `data` string
    - `hora` string
    - `situacao` string
    - `motivo_concluido` string
    - `motivo_cancelamento` string
    - `titulo` string
    - `prioridade` string
    - `idlead` integer
    - `email` string
    - `telefone` string
    - `idempreendimento` integer
    - `nome_empreendimento` string
    - `lead` string
    - `data_conclusao` string
    - `data_cancelamento` string

## Other responses

- `400` — A tarefa buscada não foi encontrada.
- `422` — Erro interno ao realizar ação!
- `500` — Erro interno geral. Deve ser verificado com o suporte.

---

[API](https://skmtc.net/cvcrm/apis/clientes.md) · [All operations](https://skmtc.net/cvcrm/apis/clientes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cvcrm/clientes/revisions/42bf5add8bf3/schema)
